home *** CD-ROM | disk | FTP | other *** search
/ Equipe de France et Bonbons / EquipeFrancePromoCD.iso / pages / cs_cadbury / monosoccer.swf / scripts / DefineButton2_507 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-03-19  |  150 b   |  8 lines

  1. on(release){
  2.    if(_parent.mcGame._state == "replay")
  3.    {
  4.       _parent.mcGame.trigerEndReplay();
  5.    }
  6.    _parent.mcSfx.playSon("btPress");
  7. }
  8.